• Oracle tkprof utility : How to generate and and read

    Updated: 2024-10-16 01:42:05
    We saw how to enable trace in Oracle in an earlier post. The trace files obtained from the method are in raw  form which can be converted into a more readable format using the tkprof utility  in Oracle (Transient Kernel PROFile  utility) tkprof utility in Oracle The syntax is given below tkprofUsage: tkprof tracefile outputfile … Oracle tkprof utility : How to generate and and read Read More » The post Oracle tkprof utility : How to generate and and read appeared first on Techgoeasy.

  • Oracle 23c/23ai Database New Features

    Updated: 2024-10-16 01:42:05
    Oracle 23c is the latest Release of the Oracle Database. This is also a Long term release. It is also called Oracle 23ai given the focus on AI in it. Oracle has introduced a lot of new features in it. Here are the Top Features Augmenting a new generation of AI models Asking questions naturally … Oracle 23c/23ai Database New Features Read More » The post Oracle 23c/23ai Database New Features appeared first on Techgoeasy.

  • How to generate tkprof in EBS in 19c

    Updated: 2024-10-16 01:42:05
    EBS R12 is supported in Multitenant mode for Oracle Database 19c. If you try to generate a tkprof to report explain plan generation on the Database, you will receive errors for the Invalid username /password in the trace file generated tkprof test.trc test.txt sys=no explain=apps/apps sort=prsela,exeela,fchela The reason for this is that the apps is … How to generate tkprof in EBS in 19c Read More » The post How to generate tkprof in EBS in 19c appeared first on Techgoeasy.

  • How the histograms are generated in EBS

    Updated: 2024-10-16 01:42:05
    How the histograms are generated in EBS Oracle product team decides about the column where histograms are needed and those columns are inserted into the table FND_HISTOGRAM_COLS. FND_STATS collects histogram information if a column is listed in FND_HISTOGRAM_COLS. we should not use DBMS_STATS to gather stats in the EBS database as then it will create … How the histograms are generated in EBS Read More » The post How the histograms are generated in EBS appeared first on Techgoeasy.

  • Debugging DAX with DAX Query View

    Updated: 2024-10-16 01:42:05
    DAX Query View was created some time ago and it was a great tool to run DAX inside Power BI environment. However, testing a measure in DAX Query View may not be something so obvious. While the measure in a report obeys to the filter context and most of times results in a single value,...… The post Debugging DAX with DAX Query View appeared first on Simple Talk.

  • SQL Server Metadata for Stored Procedures, User-Defined Functions and Views

    Updated: 2024-10-16 01:42:04
    In this article, we look at using SQL Server metadata to better manage SQL code for things like stored procedures, user-defined functions, views, and more.

  • Combine Multiple Columns Performance Comparison - SQL UNPIVOT, UNION ALL vs CROSS APPLY

    Updated: 2024-10-16 01:42:04
    In this article, we combine multiple columns from an SQL Server table into one column using three different methods to see the most efficient approach.

  • Power BI in One Hour

    Updated: 2024-10-16 01:42:04
    In this article, learn how to build a Power BI report from start to finish with a real-life example using COVID-related data.

  • SQL Server Reporting Services Security

    Updated: 2024-10-16 01:42:04
    This article examines SQL Server Reporting Services security and what you should know from the Configuration, Web Service, Folder, and Report Level.

  • Power BI Quick Reference Guide

    Updated: 2024-10-16 01:42:04
    Check out this structured reference guide to just about anything you want to know about Power BI and Power BI report development.

  • What Job Seekers Should Know about AI and Virtual Recruiters

    Updated: 2024-10-16 01:42:04
    Learn some tips and tricks when working with AI/virtual recruiters during the recruitment process and things you should know.

  • Query Microsoft Fabric GraphQL API from an External App

    Updated: 2024-10-16 01:42:04
    This tip covers executing a Microsoft Fabric query using GraphQL API from an external application, introducing opportunities for data sharing, and exposing data through custom code.

  • Implement Azure Database for MySQL Step-by-Step

    Updated: 2024-10-16 01:42:04
    Learn how to implement MySQL on the Azure platform in this step-by-step article using an Azure Database for MySQL flexible server deployment.

  • Auto Generate SQL Variable Syntax for Table Column Names

    Updated: 2024-10-16 01:42:04
    Check out this SQL Server stored procedure and function to auto-generate SQL variable coding syntax for many different programming languages.

  • Predictive Analysis and Descriptive Analysis with Azure Stream Analytics, Machine Learning and Power BI

    Updated: 2024-10-16 01:42:04
    In this article, we look at how to build an Azure streaming data collection and analysis process to analyze and predict stock prices.

  • What is Change Management and the SQL Server DBAs Role

    Updated: 2024-10-16 01:42:04
    This article will explain Change Management, how DBAs are involved and can benefit from implementing standard processes for all database changes.

  • Power BI Export to Excel

    Updated: 2024-10-16 01:42:04
    Learn how you can export millions of rows of data out of Power BI to either a CSV or Excel file.

  • Identify CPU Intensive SQL Server Queries from an Implicit Conversion

    Updated: 2024-10-16 01:42:04
    Learn how to use the SQL Server Query Store to find CPU-intensive queries and how you can use Query Store to resolve these issues.

  • Working with XML data in SQL Server

    Updated: 2024-10-16 01:42:04
    Working with XML and T-SQL could be a challenge if you do not know how to access the XML data. In this article, we look at what you need to know to work with XML data in SQL Server.

  • How to Design a Real-Time Streaming Platform with Azure

    Updated: 2024-10-16 01:42:04
    In this article, we look at how to design a real-time streaming platform that captures data as they are generated and stored in the necessary storage for decision-making.

  • API for GraphQL in Microsoft Fabric

    Updated: 2024-10-16 01:42:04
    Learn how to share data currently stored in a Microsoft Fabric warehouse using a GraphQL API along with the steps to set this up.

  • Azure Managed Instance Download and Restore SQL Server Backup

    Updated: 2024-10-16 01:42:04
    Create an SQL Server backup for an Azure Managed Instance that you can download and restore on another SQL Server instance.

  • Build an LLM Application using LangChain

    Updated: 2024-10-16 01:42:04
    In this tutorial, we will build an LLM application using LangChain to show you how to start implementing AI in your applications.

  • Text Cleaning and Preprocessing with Python for NLP Tasks

    Updated: 2024-10-16 01:42:04
    This tip introduces some basic text preprocessing and cleaning techniques with Python that can be used before feeding the data to a machine-learning model.

  • SQL Index Rebuild vs Reorganize Comparison

    Updated: 2024-10-16 01:42:04
    This tip covers the differences and similarities between SQL Server index rebuild and index reorganize operations.

  • Uncover SQL Server Missing Indexes

    Updated: 2024-10-16 01:42:04
    In this article, we look at a SQL Server Dynamic Management View (DMV) that helps find queries that trigger missing index recommendations.

  • Easy and Cost Effective way to Encrypt Every SQL Server Database

    Updated: 2024-10-16 01:42:04
    Learn why Becton Dickinson has selected DBDefence to protect their SQL Server data across numerous medical devices in a cost effective manner.

  • Explore Pandas in Python to Analyze and Manipulate Tabular Data

    Updated: 2024-10-15 05:00:00
    In this article, we look at how to use Pandas an open-source library for analyzing and manipulating tabular data in Python along with several examples.

  • Capture SQL Server Database Object Changes

    Updated: 2024-10-14 05:00:00
    In this article, we look at a way to capture SQL Server database object changes and an easy way to compare the before and after of these database object changes.

  • Quick Tricks to Make Your Power BI Model Smaller, More Efficient and Almost Certainly Faster

    Updated: 2024-10-11 21:11:57
    Power BI has been a leading data visualization tool in the market for years. It can be used as a self-service data analysis tool, or as an enterprise-governed business intelligence tool. According to the official website: “Do more with less using an end-to-end BI platform to create a single source of truth, uncover more powerful...… The post Quick Tricks to Make Your Power BI Model Smaller, More Efficient and Almost Certainly Faster appeared first on Simple Talk.

  • PostgreSQL VACUUM, AUTOVACUUM, and ANALYZE Processes for Deleted Data

    Updated: 2024-10-11 05:00:00
    PostgreSQL has a unique way of dealing with deletes and in this article, we look at the concepts of VACUUM, AUTOVACUUM, and ANALYZE when working with deleted data in a PostgreSQL database.

  • Audit SQL Server Extended Stored Procedures Usage

    Updated: 2024-10-10 05:00:00
    In this article, we look at how to audit and monitor the use of SQL Server extended stored procedures in your database instance.

  • Cloud Connections in Microsoft Fabric

    Updated: 2024-10-09 17:00:00
    I wrote about cloud connections when they were in a very early stage. Cloud connections evolved and are now sharable. We call the “regular” connection as “personal connection”. The problem with the “personal connections” is the difficult to make teamwork. The personal connections belong to you and different developers can’t use them. When a different...… The post Cloud Connections in Microsoft Fabric appeared first on Simple Talk.

  • Getting Started with Kiota for Building API Clients

    Updated: 2024-10-09 05:00:00
    Learn how to build an API using Microsoft Kiota and how popular programming languages like Python can be used to write the API.

  • SQL Server Data Masking with DbDefence

    Updated: 2024-10-09 05:00:00
    Data breaches are becoming too common place with some accounts reporting more than 1000 breaches per year with close to 50 million records exposed yearly in the financial, business, education, government and healthcare industries. Learn about how DbDefence performs SQL Server Data Masking as a portion of a three pronged approach to protect your data.

  • Frappe and ERPNext: Leveraging ERP Capabilities for Business Solutions (Part I)

    Updated: 2024-10-08 18:49:22
    In business operations and management, the integration of large Enterprise Resource Planning (ERP) systems has become paramount. As I covered in a previous article, Frappe and ERPNext stand out as powerful tools in this domain, offering comprehensive capabilities for businesses of all sizes. Frappe Framework is also a full-stack web application framework built with Python...… The post Frappe and ERPNext: Leveraging ERP Capabilities for Business Solutions (Part I) appeared first on Simple Talk.

  • Implement Microservices with Ocelot API-Gateway in .NET

    Updated: 2024-10-08 05:00:00
    Learn how to build a microservice using the Ocelot API-Gateway in .NET in this step-by-step article.

  • Local Undo in Oracle Database 12c R2(12.2)/19c and above

    Updated: 2024-10-07 09:18:17
    Why Local Undo is required We have global or shared undo for the entire CDB till 12c R1. With shared undo, before performing operations such as (cold) clone or unplug, it is necessary for the database to check for any uncommitted transactions in the source PDB. This is to avoid problems with transactional consistency in … Local Undo in Oracle Database 12c R2(12.2)/19c and above Read More » The post Local Undo in Oracle Database 12c R2(12.2)/19c and above appeared first on Techgoeasy.

  • How to monitor the UNDO Tablespace in Oracle

    Updated: 2024-10-07 08:51:20
    Skip to content Home Oracle Menu Toggle Oracle database Oracle Ebusiness Suite Oracle weblogic Oracle Performance Tuning Oracle Hyperion Oracle Cloud Tutorials SQL interview questions Linux PHP and HTML Downloads Main Menu About Us Contact Us Download pdf for Oracle Weblogic Unix General Useful Stuffs Hire me Interview Questions Linux Tutorials New Start Here Oracle Tutorials Menu Toggle Oracle Cloud Tutorials Oracle database administration tutorial( Oracle DBA Oracle EBS 11i R12 R12.1 R12.2 DBA Oracle Hyperion Oracle Performance Tuning Oracle Weblogic Administration Tutorials PHP and HTML Tutorials Privacy Policy Sql tutorial for Oracle MySQL Home » Oracle » How to monitor the UNDO Tablespace in Oracle How to monitor the UNDO Tablespace in Oracle Leave a Comment By techgoeasy October 7,

  • Machine Learning Introduction: KNN Model

    Updated: 2024-10-07 05:00:00
    This tip will introduce and implement the K-Nearest Neighbors model in Python to give you a better understanding of how machine learning works.

  • How to use @@ROWCOUNT in SQL Server

    Updated: 2024-10-07 05:00:00
    In this tip we look at how to use the SQL Server @@ROWCOUNT system variable and things you should know about its usage.

  • Demystifying Continuous Integration vs. Continuous Delivery: Part 1

    Updated: 2024-10-04 06:02:00
    Continuous Integration (CI) and Continuous Delivery (CD) are fundamental to DevOps and agile methodologies. They ensure that software is developed, tested, and delivered quickly and efficiently. CI and CD are more than just trending buzzwords. They are crucial processes that help teams deliver quality software at a high velocity. Understanding CI and CD is essential...… The post Demystifying Continuous Integration vs. Continuous Delivery: Part 1 appeared first on Simple Talk.

  • Optimize SQL LIKE Wildcard Searches

    Updated: 2024-10-04 05:00:00
    Learn about different ways to improve the performance of full wild card text searches to find strings in SQL Server tables.

  • SQL Server Agent Job History Retention Settings

    Updated: 2024-10-03 05:00:00
    This article looks at how to change SQL Server Agent history retention using SQL Server Management Studio GUI and T-SQL scripts.

  • What is Databricks?

    Updated: 2024-10-02 05:00:00
    Learn about the components in the Databricks ecosystem: Dataframes, Spark SQL, SQL Warehouse, Streaming Data, Graph Query Language, and Machine Learning.

  • Future-Proofing Test Data Management: Solutions for DBAs and Developers

    Updated: 2024-10-01 16:02:20
    A PASS session intro with Hamish Watson and Saskia Parks PASS Data Community Summit is coming around quickly, and I imagine, like us, you’re all checking out the schedule and highlighting those sessions you’re most interested in. Also like us, you might feel slightly inundated by the sheer number of sessions at events these days...… The post Future-Proofing Test Data Management: Solutions for DBAs and Developers appeared first on Simple Talk.

  • AI Chatbot with Message History using LangChain and SQL

    Updated: 2024-10-01 05:00:00
    In this tutorial, you will learn how to create a message history and a UI for a LangChain chatbot application.

Current Feed Items | Previous Months Items

Sep 2024 | Aug 2024 | Jul 2024 | Jun 2024 | May 2024 | Apr 2024